From 65b2887f8508af066707ff08a4eef8dbebd5799f Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Sun, 27 Nov 2005 13:09:46 +0000 Subject: [PATCH] Set a console limit, in order to detect runaways. Signed-off-by: Ewan Mellor --- tools/xm-test/tests/create/15_create_smallmem_pos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xm-test/tests/create/15_create_smallmem_pos.py b/tools/xm-test/tests/create/15_create_smallmem_pos.py index 1833becc60..b1ec678180 100644 --- a/tools/xm-test/tests/create/15_create_smallmem_pos.py +++ b/tools/xm-test/tests/create/15_create_smallmem_pos.py @@ -17,6 +17,7 @@ except DomainError, e: try: console = XmConsole(domain.getName()) + console.setLimit(65536) console.sendInput("input") console.runCmd("ls") except ConsoleError, e: -- 2.30.2